* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Roboto', sans-serif;
}

h2, .navbar a, .rajdhani, .btn {
    font-family: 'Rajdhani', sans-serif;
}

h3 {
    font-size: 17px;
    font-weight: bold;
}

a h3 {
    color: #1a1a1a;
}

svg.white path, svg.white polygon {
    fill: #fff !important;
}

.bg-white {
    background: #fff;
}

.hamburger-label {
    font-weight: 600;
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
    text-transform: uppercase;
}

.main {
    background-image: url('../images/left-bg.jpg'), url('../images/right-bg.jpg');
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
}

.border-gray {
    border-color: #E6E6E6;
}

.top-header a {
    color: #1a1a1a;
}

.top-header .navbar a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
}

.left-menu {
    background:#515548;
    font-size: 13px;
    line-height: 2.5;
}

.left-menu, .left-menu a {
    color: #fff;
}

.recommend {
    background: rgba(0,0,0,0.25);
}

.product-preview h3 {
    height: 50px;
}

.btn {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding: 7px 15px;
}

.btn-green {
    background: #A6B637;
    color: #fff;
}

.btn-green:hover {
    background: #7F8220;
    color: #fff;
}

.btn-gold {
    background: #BA8C42;
    color: #fff;
}

.btn-gold:hover {
    background: #9f7142;
    color: #fff;
}

.price {
    font-size: 19px;
    font-weight: 900;
    margin: 15px 0;
}

.info {
    font-size: 12px;
    color: #4d4d4d;
    letter-spacing: 0.5px;
    line-height: 1.2;
    margin-top: 15px;
}

.vyhody {
    background: #2B2B2B;
    color: #fff;
}

.line-after {
    border-right: 2px solid #4d4d4d;
    transform: skew(-20deg);
    height: 50px;
}

.footer a:not(.btn) {
    color: #1a1a1a;
}

.logo {
    max-height: 50px;
}

.kontakty {
    border-top: 1px solid #e6e6e6;
}

.kontakty a:first-child {
    font-size: 11px;
}
.kontakty a:first-child img {
    height: 19px;
}
.kontakty a:last-child {
    font-size: 11px;
}

.product-preview:nth-child(7), .product-preview:nth-child(8) {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

@media (min-width: 991px) {
    .logo {
        max-height: initial;
    }
    .kontakty {
        border-top: none;
        border-bottom: 1px solid #E6E6E6;
    }
    .kontakty a:first-child {
        font-size: 17px;
    }
    .kontakty a:first-child img {
        height: 25px;
    }
    .kontakty a:last-child {
        font-size: 14px;
    }
    .product-preview:nth-child(7), .product-preview:nth-child(8) {
        border-bottom: none;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1450px;
    }
}